home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / SCRSIZE.H < prev    next >
Text File  |  1992-11-27  |  932b  |  23 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    s c r s i z e . h                                               */
  3. /*                                                                    */
  4. /*    Report screen size under OS/2                                   */
  5. /*                                                                    */
  6. /*    Copyright (c) 1992 by Kendra Electronic Wonderworks.            */
  7. /*    All rights reserved except those explicitly granted by          */
  8. /*    the UUPC/extended license.                                      */
  9. /*--------------------------------------------------------------------*/
  10.  
  11. /*
  12.  *    $Id: SCRSIZE.H 1.1 1992/11/27 14:36:53 ahd Exp $
  13.  *
  14.  *    $Log: SCRSIZE.H $
  15.  * Revision 1.1  1992/11/27  14:36:53  ahd
  16.  * Initial revision
  17.  *
  18.  */
  19.  
  20. #define PAGESIZE 25        /* Value returned in case of error        */
  21.  
  22. short scrsize( void );
  23.